@charset "utf-8";
/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;font: inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none;}
a:hover{ text-decoration:none;cursor:pointer;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }   
.clearfix { zoom:1; } 
*{margin:0;padding:0;}
.fl{float:left;}
.fr{float: right;}


a {
    color: #333;
}
a * {
    cursor: pointer;
}
/* 主体 */
.main{
	width: 1440px;
	margin: 20px auto 80px;
}
/* 公共样式 */
.one-row {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.two-row {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f-a-center {
	display: flex;
	align-items: center;
}
.f-a-center-jsb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 分块 */
.block{width:100%;margin-top:40px;overflow:hidden}

/*面包屑*/
.local p{ background: url(titfg.jpg) no-repeat left center;padding-left:20px;font-size:17px;font-weight: bold;height: 43px; line-height: 43px;color:#9e9e9e; }
.local p a{ display:inline-block;font-size:17px;font-weight: bold;padding:0 5px;color:#9e9e9e;}
.local p span{color:#57b4f7;}

.hy-list-nav {height: 40px;background-color: #f2f6fb;margin-top: 20px;text-indent: 2em;}
.hy-list-nav{ font-size: 14px;color: #666666;line-height: 40px;}
.hy-list-nav span {font-size: 14px;line-height: 40px;}
.hy-list-nav a {color: #666666;line-height: 40px;font-size: 14px;}


/*页码*/
.paging_wrap{
    text-align: center;
    padding: 20px 0;
}
.paging_wrap.left{
    text-align: left;
}
.paging_wrap.right{
    text-align: right;
}
#paging{
    display: inline-block;
    padding: 0;
    margin: 0;
}
#paging li{
    display: inline-block;
    width: auto;
    height: auto;
    color: #333;
    vertical-align: middle;
    margin: 0 3px;
}
#paging li a{
    height: auto;
    text-decoration: none;
}
#paging li a, #paging li span{
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #333;
    padding: 6px 10px;
    border: 1px solid #ccc;
}
#paging .page_index .current{
    color: #fff;
    background: #2b5c94;
    border: 1px solid #2b5c94;
}
#paging .page_jump{
    margin-left: 5px;
}
#paging .page_jump input{
    width: 50px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 3px;
}
#paging .page_jump a{
    border-radius: 2px;
    margin-left: 6px;
}
#paging .total_count, #paging .page_jump{
    display: none;
}

/*标题样式*/
.title{ height:50px; line-height: 50px;}
.title h2{ float: left ;font-size: 18px;}
.title h2 a{display:block;float:left;width: 130px;height: 38px;padding: 0px 0px 0 40px;line-height:38px;color:#fff;background:url(titbg.png) left center no-repeat;}
.title h2 .noactive{color:#0F6FB9;background:none;}
.title .more{ display:none; float: right; color:#666;font-size: 14px;height: 50px;line-height: 50px; padding-right: 25px;}
.title .more:hover{ color:#0F6FB9;}

/*列表样式*/
.list{ display:none; padding:0 25px 0 10px;margin-top:0px}
.list ul{ margin-top: 0px;padding:0px}
.list ul li{position:relative;font-size:16px; height:45px; line-height:45px; padding-left:15px;overflow:hidden;}
.list ul li b{ position: absolute; top: 21px; left: 0; display: block; width: 5px; height: 5px;border-radius:50%; background-color: #0F6FB9; }
.list ul li:last-child{border-bottom: none;}
.list ul li a{ float:left; color:#333; max-width:75%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list ul li .date{ float:right; color:#999;}
.list h2 a:hover,.list ul li a:hover{ color:#0F6FB9;}



/*厅局公用无障碍等样式重写*/
.Hj-EasyRead-Container {
    margin-left: 730px!important;
}
#topSystemBtn_id{
	background-color:#4e9de0!important;
	height: 40px!important;
    line-height: 40px!important;
	background-position-x: 82px!important;
    background-position-y: -18px!important;
	left:50%!important;
	margin-left:615px;
}
#comm_topLink_id{
	margin-top:6px;
}
#div_topSystem_id{
	background-color:#4e9de0!important;
}
.Hj-EasyRead-Container{
	display:none!important;
}


